home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 019a / vde162.zip / VINST.REF < prev    next >
Text File  |  1991-10-27  |  42KB  |  713 lines

  1.  
  2.  
  3.                                   VINST.REF
  4.                                   ---------
  5.                   Instructions for VDE Installation Utility:
  6.                           version 1.62 (27 Oct 1991)
  7.  
  8.                              (c)1987-91, E. Meyer
  9.  
  10.  
  11.  
  12. ================================  CONTENTS  ==================================
  13.  
  14.  
  15.  1. RUNNING VINST.  What VINST is, and how to use it.
  16.  
  17.  2. INSTALLATION.  Installing for different computer hardware, colors, etc.
  18.  
  19.  3. MENUBAR MODE.  Choice of operating mode; customization of User menu bar.
  20.  
  21.  4. USER OPTIONS.  Customization of many initial VDE settings.
  22.  
  23.  5. PRINTER INSTALLATION.  Using printer features: print modes, graphics, etc.
  24.  
  25.  6. DEFAULT MACRO KEYS.  Installing a default set of macro keys.
  26.  
  27.  7. DEFAULT FUNCTION KEYS.  Installing the function keys.
  28.  
  29.  8. GRAPHICS.  Modifying the default set of graphics characters.
  30.  
  31.  9. CHARACTER WIDTHS.  Modifying the default set of character widths.
  32.  
  33. 10. RESTORE DEFAULTS.  Undoing previous modifications.
  34.  
  35.  
  36. ===========================  1. RUNNING VINST  ===============================
  37.  
  38.  
  39.      VINST is a utility that lets you modify your copy of the VDE editor:
  40.               * Installing for use on non-standard computers
  41.               * Selecting or customizing a driver for your printer
  42.               * Configuring settings and options to suit your tastes
  43.  
  44.      VDE comes configured for a standard IBM PC; you will need to make some 
  45. changes before using it on a non-IBM compatible computer, or a graphics card 
  46. (like old IBM CGAs) that experiences snow (see INSTALLATION).  You will want 
  47. to choose the correct driver for your printer, and may eventually want to make 
  48. some small modifications to it.  And, once you start editing with VDE, you 
  49. will probably discover some of its many settings and options that you would 
  50. like to change.  For example, if you intend to use MenuBar mode, you can make 
  51. this the default instead of Command mode.
  52.  
  53.               NOTE: VINST allows VDE to be customized for best 
  54.          performance on a variety of computer hardware.  If you are 
  55.          using equipment (computer, graphics card, printer, etc) 
  56.          which VDE does not work well with, or does not seem to be 
  57.          taking full advantage of, please provide the appropriate 
  58.          technical or programmer's information from your manual so 
  59.          that future versions of VDE can support it.
  60.  
  61.      You should begin using VINST soon; once you have made changes to VDE, the 
  62. initial welcome/copyright messages in VDE and VINST will no longer appear.
  63.      Your copies of the program files will be called VDE.COM and VINST.COM, 
  64. though of course you can rename them (I usually call them V.COM and VI.COM).  
  65. To run VINST simply type:
  66.               C>vinst                 if your copy is still called "VDE.COM"
  67.         or    C>vinst V.COM           if it's called "V.COM" (or whatever).
  68.      Notes: VINST modifies the file VDE.COM; always keep an unmodified 
  69. original copy of all VDE files in case problems arise!
  70.      Because new features are added to every release, the version numbers of 
  71. VINST and VDE must agree.  When VINST cannot read an auxiliary data file (type 
  72. .VDx, see below) created with an earlier version, you will get a "<Version 
  73. error>" message, and must re-create the file.
  74.  
  75.      VINST is fully menu-driven; it will present you with a set of categories 
  76. that corresponds to each section below, starting with Installation; within 
  77. each category, each value is named and displayed, giving you the opportunity 
  78. to change it.  The program is largely self-documenting, and steps you through 
  79. each item individually.  The main menu also offers a "Help" option, which 
  80. displays some of the following information on screen to assist you.
  81.  
  82.      VINST uses several types of data entry for different parameters:
  83.   TEXT - Just type in the character(s).
  84.   LOGICAL - Yes/No.  Just type "Y" or "N".
  85.   DECIMAL - Enter a number from 0 to 255.
  86.   HEX - Enter two-digit hexadecimal byte value 00-FF.  (Don't omit lead 0's.)
  87.   BYTE STRING - The value shown in (parentheses) is the length of the current 
  88.                string.  Enter a new series of byte values.  Each may be 
  89.                entered either in HEX, as above, or by pressing the single 
  90.                quote key (`) followed by the appropriate ASCII character.  (To 
  91.                enter a null value, press ^J or ^[Enter].)
  92.  
  93.      In each case, the current value will display, and then you will be 
  94. prompted for a new one.  (Just press [Enter] to leave the existing setting.)  
  95. VINST can't always check for illegal values; be careful what you enter!
  96.      At most points in VINST, you can press [Esc] to return immediately to the 
  97. Main Menu, or ^C to abort the program.
  98.  
  99.      For the entry of codes in the Printer Installation, you may find the 
  100. following equivalence table for hexadecimal and character values helpful.
  101.  
  102.  
  103.                                ASCII/HEX TABLE
  104.  
  105.   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char   Dec Hex Char
  106.   ------------------------------------------------------------------------
  107.     0  00  ^@     26  1A  ^Z     54  36   6     80  50   P    106  6A   j
  108.     1  01  ^A     27  1B  ^[     55  37   7     81  51   Q    107  6B   k
  109.     2  02  ^B     28  1C  ^\     56  38   8     82  52   R    108  6C   l
  110.     3  03  ^C     29  1D  ^]     57  39   9     83  53   S    109  6D   m
  111.     4  04  ^D     30  1E  ^^     58  3A   :     84  54   T    110  6E   n
  112.     5  05  ^E     31  1F  ^_     59  3B   ;     85  55   U    111  6F   o
  113.     6  06  ^F     32  20 space   60  3C   <     86  56   V    112  70   p
  114.     7  07  ^G     33  21   !     61  3D   =     87  57   W    113  71   q
  115.     8  08  ^H     34  22   "     62  3E   >     88  58   X    114  72   r
  116.     9  09  ^I     35  23   #     63  3F   ?     89  59   Y    115  73   s
  117.    10  0A  ^J     36  24   $     64  40   @     90  5A   Z    116  74   t
  118.    11  0B  ^K     37  25   %     65  41   A     91  5B   [    117  75   u
  119.    12  0C  ^L     38  26   &     66  42   B     92  5C   \    118  76   v
  120.    13  0D  ^M     39  27   '     67  43   C     93  5D   ]    119  77   w
  121.    14  0E  ^N     40  28   (     68  44   D     94  5E   ^    120  78   x
  122.    15  0F  ^O     41  29   )     69  45   E     95  5F   _    121  79   y
  123.    16  10  ^P     42  2A   *     70  46   F     96  60   `    122  7A   z
  124.    17  11  ^Q     43  2B   +     71  47   G     97  61   a    123  7B   {
  125.    18  12  ^R     44  2C   ,     72  48   H     98  62   b    124  7C   |
  126.    19  13  ^S     45  2D   -     73  49   I     99  63   c    125  7D   }
  127.    20  14  ^T     46  2E   .     74  4A   J    100  64   d    126  7E   ~
  128.    21  15  ^U     47  2F   /     75  4B   K    101  65   e    127  7F  del
  129.    22  16  ^V     48  30   0     76  4C   L    102  66   f    --graphics:--
  130.    23  17  ^W     49  31   1     77  4D   M    103  67   g    128  80
  131.    24  18  ^X     50  32   2     78  4E   N    104  68   h    129  81
  132.    25  19  ^Y     51  33   3     79  4F   O    105  69   i    130  82 ...
  133.   -------------------------------------------------------------------------
  134.  
  135.  
  136. =============================  2. INSTALLATION  ==============================
  137.  
  138.  
  139.      VDE can display text on the screen in two very different ways: on an IBM 
  140. PC (and some "near-compatibles") it can write directly to video RAM for 
  141. greater speed; otherwise, it will run on any MSDOS computer, using normal 
  142. character output with ANSI codes for screen positioning.
  143.      The IBM PC installation requires an IBM standard BIOS and video adapter 
  144. (MDA,CGA,EGA,VGA).  A Hercules (HGC) card should also work, as it is MDA 
  145. compatible.  On an EGA/VGA system the use of color mode is recommended, even 
  146. with a monochrome monitor (MODE CO80 or BW80, not MONO).  You can adjust the 
  147. keyboard handling, display colors, and cursor type to your preferences.
  148.      Special installations are available for certain "near-compatibles": HP 
  149. Portable Plus, HP 95LX palmtop, and Otrona 8:16 with IBM video emulation.
  150.      The Generic Terminal (non-IBM) installation will run on any MSDOS system 
  151. that supports ANSI standard screen control sequences (you must have the 
  152. statement DEVICE=ANSI.SYS or equivalent in your CONFIG.SYS file).  You must 
  153. also specify the size of your screen.  This installation can of course also be 
  154. used on IBM compatibles, in the event that direct video access is undesirable.  
  155. It will even work in "remote" applications, such as high-speed modem 
  156. connections, with appropriate terminal software on the user's end.
  157.      VINST can use Installation files to store your installation, menubar, and 
  158. user option settings.  These should have a file type of ".VDI", for ease of 
  159. identification.  You have the option to read in or write out such a file, as 
  160. well as proceeding to edit your installation.
  161.  
  162. IBM PC PARAMETERS:
  163.  
  164. Screen colors - you can select seven different colors: for normal text; block 
  165.     text; place marks and printer codes; soft CRs and hyphens; header; menus 
  166.     and prompts; and header/menu highlights.  Each is specified by an 
  167.     "attribute byte" consisting of two hex digits, for a background and 
  168.     foreground color.  ("17" = "1", blue background, & "7", white text.)  You 
  169.     will see a color palette displayed on screen; the color digits are:
  170.         *0 = BLACK   4 = red      *8 = GREY           C = bright red
  171.          1 = blue    5 = magenta   9 = bright blue    D = bright magenta
  172.          2 = green   6 = brown     A = bright green   E = yellow
  173.          3 = cyan   *7 = WHITE     B = bright cyan   *F = BRIGHT WHITE
  174.     (* - All MDA screens can display black, white, and bright white; in some 
  175.     cases, grey may also be visible.)
  176.          If you have an EGA/VGA display, the palette will include all 256 
  177.     colors (00-FF).  Otherwise, you will see only 128 (00-7F); on MDA/CGA 
  178.     systems, the background attributes 8-F produce blinking video (ugh).
  179. Border colors - you can select two border colors: one to operate within VDE, 
  180.     the other to restore on exit to DOS.  Each is one digit from the list 
  181.     above.  Example: to set a white border within VDE, then return to black on 
  182.     exit, enter "70".  To keep a black border at all times enter "00".
  183.  
  184. Cursor type (D/B/U) - You can choose the cursor type you want during editing.  
  185.     A full "B"lock cursor is more easily visible on the LCD displays of laptop 
  186.     computers; some prefer "U"nderline.  Choose "D"efault to leave it whatever 
  187.     it was before VDE was run.  (In 40+ line mode, it is always a block.)
  188. Screen size (A-G,blank) - You can choose your default screen size; normally 
  189.     this is BLANK, " ", meaning whatever is in effect when VDE is loaded.  The 
  190.     letter codes have the same meaning as at the AltE command prompt:  "F", 
  191.     for example, automatically changes to 50 lines on entering VDE.
  192.             On VGA: A...G = 20,25,28,33,40,50,57 lines
  193.                 (UltraVision: B,D,F,G = 25,36,50,63)
  194.             On EGA: A...F = 17,25,29,35,43,50    lines
  195.                 (UltraVision: B,D,E,G = 25,34,43,60)
  196. Video card for 132 col mode (N...) - VDE's AltA command (132 column toggle) 
  197.     works only with supported types of video cards.  Choose:
  198.               "S" for Boca SVGA and other cards that use the "standard"
  199.                       video modes 23h and 22h for 132 column text
  200.               "P" for Paradise VGA+
  201.               "C" for Cardinal VGA (Chips & Tech chipset)
  202.               "A" for ATI (e.g. "EGA Wonder") -- also works with
  203.                       Diamond Speedstar VGA (Tseng chipset)
  204.     If you have a different card, you can experiment to see whether any of 
  205.     these will work; if not, enter "N" for none -- AltA will work only if you 
  206.     are running UltraVision.
  207. Need to avoid "snow" (Y/N) - Normally No.  Some video cards (like old IBM 
  208.     CGAs) experience ugly "snow" or noise when programs write directly to 
  209.     video memory.  If this happens to you, select "Y", and VDE will time its 
  210.     video access according to horizontal retrace intervals.  (Display speed 
  211.     will be somewhat reduced.)
  212.  
  213. Keyboard type (A/X/T) - Normally "A" for AT; actually, VDE detects whether you 
  214.     have an AT (enhanced) or XT keyboard, and uses the appropriate input.  But 
  215.     some "popup" (TSR) programs do not work properly with AT keyboard input; 
  216.     if you have this problem, set this to "X" for XT.  (F11, F12, and a few 
  217.     other key combinations will not work.)  Finally, the Tandy 1000 uses 
  218.     different scan codes for its F11-F12 keys; set to "T" if you have a Tandy.
  219. Retain basic Print Screen (Y/N) - Normally No; if you have EGA/VGA video, VDE 
  220.     selects the enhanced routine in the video BIOS so that the [PrtSc] key 
  221.     will print the correct number of lines with different screen sizes.  But 
  222.     this appears to conflict with use of [PrtSc] by some other software, 
  223.     including the Intel Aboveboard print buffer, and possibly DOS 5.0.  If VDE 
  224.     interferes with your use of [PrtSc], set this to Yes, then reboot.
  225.  
  226. SPECIAL INSTALLATIONS:
  227.  
  228.      The "near-compatible" installations have no parameters: everything is 
  229. preset for the particular computer.  Special considerations for each follow:
  230.  
  231.      HP 95LX PALMTOP - VDE is a DOS application, and runs best from DOS with 
  232. SYSMGR unloaded, though it will run in a DOS shell.  To save disk space, omit 
  233. VDEOPT.DAT, and do not use backup files (see OPTIONS); the VDE.COM file can 
  234. also be compressed with LZEXE or PKLITE, but VINST will not work on it in this 
  235. state.
  236.      See remarks on narrow screens under SCREEN SIZE.  VDE uses only the 40x16 
  237. visible area of the display, so use of the HP Alt-Arrow keys for scrolling 
  238. will not be necessary while editing.
  239.      The 95LX Shift key cannot be used with cursor movement to mark a block; 
  240. the standard block begin and end commands must be used.  The ^[BkSp] function 
  241. does not work on the 95LX.
  242.  
  243.      OTRONA 8:16 - This is for the model with IBM video emulation only.  The 
  244. standard model 8:16 must use the Generic Terminal installation.
  245.  
  246. GENERIC TERMINAL PARAMETERS:
  247.  
  248. Clock speed in MHz - Set this decimal value to reflect your CPU clock speed. 
  249.     Common values are 5 (for 4.77), 8, 10, etc.  For faster 286/386 CPUs you 
  250.     may want to set this even higher than the clock speed.  Adjust the value 
  251.     if desired to change the length of delays in VDE.  (At present this 
  252.     affects only the horizontal scroll delay and the "Esc;" macro command.)
  253.  
  254. Screen colors - you can select seven different colors: for normal text; block 
  255.     text; place marks and printer codes; soft CRs and hyphens; header; menus 
  256.     and prompts; and header/menu highlights.  Each is specified by an 
  257.     "attribute byte" consisting of two hex digits, for a background and 
  258.     foreground color.  ("17" = "1", blue background, & "7", white text.)  You 
  259.     will see a color palette displayed on screen; the color digits are:
  260.                       *0 = BLACK   4 = red
  261.                        1 = blue    5 = magenta
  262.                        2 = green   6 = yellow
  263.                        3 = cyan   *7 = WHITE
  264.     (* - Monochrome screens can only display black and white.)
  265.  
  266. Terminal initialization - enter an optional string of code (#),bytes to be 
  267.     sent to the screen after clearing the screen, before (re)entering VDE.
  268. Terminal deinitialization - another string of code (#),bytes to be sent to the 
  269.     screen upon exiting from VDE back to DOS.  (Max. lengths: 15 bytes.)
  270.  
  271. Viewable columns (80-255) - normally 80; set to the column width of your 
  272.     display, if different.
  273. Viewable lines (16-255) - normally 25; if you have a shorter or longer default 
  274.     display (on entry to VDE), enter the length here.
  275. Fast scroll supported (Y/N) - Does your computer respond to the ANSI sequences 
  276.     for insert/delete line (Esc[L,Esc[M)?  If so, set this to "Y" for a faster 
  277.     display; otherwise "N".  (MSDOS ANSI.SYS does not support these codes; 
  278.     some enhanced console drivers, such as NANSI.SYS, do.)
  279. DEC VT/Rainbow keyboard (Y/N) - If you have a DEC computer or terminal, answer 
  280.     "Y" here.  VDE will then support its arrow keys for cursor movement, plus 
  281.     the following special keys: "Help" = help menu; "Find" = find; "Select" = 
  282.     cut; "Insert Here" = paste; "Remove" = block delete; "Prev/Next Screen" = 
  283.     page back/forward.  (NOTE: the VDE command to define a macro will be 
  284.     changed from Esc[ to Esc{ if you select this option.)
  285.  
  286. =============================  3. MENUBAR MODE  ==============================
  287.  
  288.  
  289.      You can choose which operating mode you prefer (MenuBar or Command).  In 
  290. addition, the "User" menu bar can be configured to your taste: to provide 
  291. different keywords for accessing functions, or to add functions that are not 
  292. otherwise available in the existing menu bars.  (The default installation has 
  293. the "Ruler" function (^OT) in place, the other four left blank.)
  294.      VINST can use Installation files to store your installation, menubar, and 
  295. user option settings.  These should have a file type of ".VDI", for ease of 
  296. identification.  They are accessed through the INSTALLATION menu choice.
  297.  
  298. Use MenuBar mode (Y/N) - Do you want to start out in MenuBar mode?  If not, 
  299.     Command mode is used.  See OPERATING MODES.
  300.  
  301. "User" menu bar - If you will be using MenuBar mode, there is a special menu 
  302.     bar provided for you to configure yourself.  The five items on this bar 
  303.     are referred to as {User: item 1-5}.  To define each, you have to provide 
  304.     two things: a "keyword" and the "command" to execute.  (As usual you can 
  305.     just press [Enter] to leave the existing value alone.)
  306.          The keyword appears in the menu bar display, like "Center" or "rUler" 
  307.     in the "Text" menu: it describes what the item will do if selected, and 
  308.     the capital "C" or "U" indicates which key letter must be pressed to 
  309.     select it.  Your keyword can be up to 12 characters long, and must contain 
  310.     exactly ONE capitalized letter (A-Z), which will be the selection key.  
  311.     (Don't use the same key for more than one item.)  An unused entry may be 
  312.     simply left blank, or filled with "---" if you prefer.
  313.          The command determines the function which will be performed when the 
  314.     item is selected from the menu.  (See COMMAND MODE for a full listing.)  
  315.     Each command consists of one or two keystrokes.
  316.          For example: the "sCreen" menu has an item "Window" which gives you a 
  317.     split window on two files, but there is no way to split the window on two 
  318.     locations in the SAME file (as you can with the ^OW command) via existing 
  319.     menu bars.  However, you can easily add this to the User menu bar:
  320.                 For   "{User: item #}"    type    "One-file win"
  321.                 For   "Command:"          type    "^OW"
  322.     You now have a new MenuBar command, {User:One-file win}, which is invoked 
  323.     by pressing [Esc],U,O.
  324.  
  325.  
  326. =============================  4. USER OPTIONS  ==============================
  327.  
  328.  
  329.      You can change a variety of default settings in your copy of VDE, 
  330. according to your taste.  "Default" means the state assumed when VDE is first 
  331. run, or in the absence of any previous user commands.
  332.      VINST can use Installation files to store your installation, menubar, and 
  333. user option settings.  These should have a file type of ".VDI", for ease of 
  334. identification.  They are accessed through the INSTALLATION menu choice.
  335.  
  336. Autosave interval (min.) - Enter your choice for the interval in minutes.  A 
  337.     value of 0 turns this feature off.
  338. Preserve BAKup files (Y/N) - Should a backup file (.BAK) be kept when you save 
  339.     over an existing file?  Choose "Y" to play safe, "N" to save disk space.
  340. Use ^Z as EOF mark (Y/N) - Should an EOF marker (^Z, 1Ah) be considered the 
  341.     end of an ASCII file?  (In modes other than /A,/N it is always treated 
  342.     so.)  MSDOS software should not require this, but some early programs 
  343.     (like their CP/M predecessors) did still use this convention.
  344. Filetypes to exclude - You can specify six filetypes (or type masks, using "?" 
  345.     wildcards) to "hide" from VDE.  (Originally set to ".COM" and ".EXE".)  
  346.     Such files will not show in the ^KF directory display (unless the filetype 
  347.     is specified explicitly), and cannot be edited.  This is a protection 
  348.     feature, for non-text files which can be damaged by trying to edit them.  
  349.     To leave an entry unused, type "...", NOT blanks.
  350. Default file mode - Which of the file modes (A,U,N,C,W,5,P,X,M) described in 
  351.     VDE.DOC do you want as the default?  (Originally "A"SCII.)
  352. Auto mode select filetypes - You can specify six filetypes (or type masks, 
  353.     using "?" wildcards) as exceptions to the above default: for example, you 
  354.     could declare all ".ASM" files to default automatically to "N" mode, or 
  355.     all files ".89?" to "W" mode.  To leave an entry unused, type "...".
  356.  
  357. Header on (Y/N) - Should the header (^OQ) start out ON?
  358. Ruler on (Y/N) - Should the ruler (^OT) start out ON?
  359. Insert mode (I/W/O) - Which insert (^V) setting do you want to start out with: 
  360.     Insert, Word insert, or Overstrike (insert off)?
  361. Auto format (Y/N) - Should auto format (^OM) start out ON?
  362. Double spacing (Y/N) - Should double spacing (^OS) start out ON?
  363. Proportional spacing (Y/N) - Should proportional spacing (^OK) start out ON?
  364. Hard CR display (Y/N) - Should Hard CR display (^OB) start out ON when editing 
  365.     in document modes?
  366. Hyphenation (Y/N) - Should hyphenation (^OH) start out ON in documents?
  367. Case-INsensitive search (Y/N) - Do you want string searches (^QF) to be case 
  368.     insensitive by default?  Normally, No.  (If Yes, specifying the "U"pper- 
  369.     case option while using ^QF will force a case SENSITIVE search.)
  370.  
  371. Left and Right margin columns (1-255) - Default margin settings for Document 
  372.     modes.  Set both to 1 to disable wordwrap and reformatting entirely.
  373. Fixed tab display width (4,8,16) - Hard tabs display at fixed column 
  374.     intervals.  (Normally 8;  4, 8, and 16 are the ONLY legal choices.)
  375. Reserve status line (Y/N) - Do you want VDE to reserve the bottom (normally 
  376.     25th) screen line for use as a status or function key line by other 
  377.     software?  (Normally No, VDE uses this line for text.)
  378. Scroll overlap (0-255) - This is the number of lines of overlap between 
  379.     screens when scrolling: the smaller, the larger the scroll.  Originally 2, 
  380.     for a nearly full scroll.  Must be smaller than your screen size!
  381. Align new page with screen (Y/N) - When you use the page find commands ^QI, 
  382.     ^QL, ^QN, do you want the first line at the top of the screen?  Originally 
  383.     No, it is positioned in the same way as an ordinary Find.
  384. Beep on error (Y/N) - Do you want a beep when a VDE error message displays?
  385.  
  386. [BkSp] (^H) deletes to left (Y/N) - Should the [BackSpace] (^H) key delete 
  387.     characters?  Originally No, it just moves the cursor left.
  388. [Del] deletes at cursor (Y/N) - Should the [Del] key delete the cursor 
  389.     character?  Originally No, it deletes the previous one.
  390. ^[BkSp] deletes word left (Y/N) - Should ^[BackSpace] delete the word to the 
  391.     left?  Originally No, it deletes only the previous character.
  392. [Home,End] go to screen top/bottom (Y/N) - Should [Home,End] move to the top 
  393.     or bottom of the screen?  Originally No, they move to line start or end.
  394.  
  395. Variable tab stops -  Enter up to 8 variable tab stop columns, in ascending 
  396.     order.  Fill unused values with 0.  Originally: 6, 15, 35, 55.
  397.  
  398. Show time as AM/PM (Y/N) - Do you want the time stamp to display in 12 hour 
  399.     format (AM/PM)?  Originally Yes.  If No, the time shows in 24 hour format.  
  400.     (Affects AltT command and ^T in print headers.)
  401. Show date in Euro format (day,mo,yr) (Y/N) - Do you want the date to display 
  402.     in European format?  Originally No, meaning US Format (mo,day,yr).  
  403.     (Affects AltD command and ^D in print headers.)
  404. Show date numerically (Y/N) - Do you want AltD to enter the date numerically 
  405.           (1/15/88)?  Originally No, meaning verbose (January 15, 1988).
  406.  
  407.  
  408. =========================  5. PRINTER INSTALLATION  ==========================
  409.  
  410.  
  411.      Printers vary enormously.  VDE can accomodate two printer drivers, each 
  412. of which can be installed to take advantage of your printer's special 
  413. features.  (Within VDE, the AltV command can be used to select the driver to 
  414. use when printing.)  The defaults installed in VDE are a standard "IBM/Epson 
  415. FX" driver, and a "Simple" driver that can send plain text to any printer, but 
  416. does not support any print controls other than underline and strikeout.  (The 
  417. "Simple" driver is also recommended for Diablo, Juki, and other daisy-wheel or 
  418. typewriter style printers.)  These and several pre-defined drivers for other 
  419. printers can be selected from a menu within VINST.
  420.      Most of the drivers in the VINST menu implement only basic codes for 
  421. print effects like italics and proportional printing; you can, however, modify 
  422. them to your taste, to implement any additional features (fonts, etc) you have 
  423. available.  After choosing a driver from the Menu, return and select "Edit 
  424. current driver".  (To modify the Alternate driver, you must temporarily switch 
  425. it to the selected one.)
  426.      An example of a more fully configured driver is "HPLJ-PacPg 25in1".  This 
  427. can be used with a HP LaserJet printer equipped with a Pacific Page 25-in-1 
  428. cartridge (or any other that provides the fonts indicated below).  It offers 
  429. the following effects:
  430.         CODE  EFFECT
  431. Normal print  Prestige Elite 10 point font, printer margin set to column 6
  432.          ^OK  Times Roman 10 point proportional font
  433.     ^B,^S,^Y  Boldface, Underline, Italics (all fonts)
  434.        ^T,^V  Superscript, Subscript using 7 point Prestige font
  435.           ^D  switch to Times Roman from Prestige and back
  436.        ^A,^N  switch to Courier 12 point from Prestige and back
  437.           ^Q  Mini Gothic 3.6 point
  438.           ^W  Presentation Bold 18 point
  439.           ^E  Math Elite 10 point
  440.           ^R  return to Prestige from ^Q,^W,^E
  441.  
  442.      If your printer is not on the driver menu, but emulates or resembles one 
  443. that is, start out using that driver, and refine it as needed.  Failing this, 
  444. you can start out with the "Simple" driver and, referring to your printer 
  445. manual, install all the necessary codes yourself.  (In this event, please 
  446. consider sending this information so that a new driver can be added to VINST.)  
  447. Adobe Postscript is not supported; you may be able to add the codes to switch 
  448. into your printer manufacturer's native mode, then return to Postscript, to 
  449. your printer initialization and deinitialization (see below).
  450.  
  451.      VINST can use special Printer Driver files to store and retrieve other 
  452. printer definitions.  This makes it easy to save your installation and to pass 
  453. it along to others.  These files should have a type of ".VDP".  When editing 
  454. in VDE, the AltU command may be used to load such a file, putting any number 
  455. of different printer drivers at your disposal.  In VINST, you have the option 
  456. to read in or write out such a file, as well as editing the following values 
  457. individually.
  458.  
  459. Printer ID - Identify the printer you are installing.  (16 characters)
  460. Printer device - Normally "PRN", but you can choose a specific port (like 
  461.     LPT2) if your system has several printers.
  462.  
  463. Extended character set (P/R/N) - Specifies how "extended ASCII" characters 80- 
  464.     FF (graphics or foreign characters) will print.  This depends on the 
  465.     sequence of characters in your printer's fonts.  Your choices are:
  466.        <P>C8 - the standard IBM PC character set.
  467.        <R>OMAN8 - an arrangement common in laser printer fonts.  VDE will 
  468.               translate IBM graphics into Roman8 equivalents where possible.
  469.        <N>one - your printer doesn't print characters in this range at all.  
  470.               VDE will "emulate" IBM graphics, choosing overstruck pairs of 
  471.               standard characters that come close.
  472.     Note that if you are using a customized screen font that agrees with your 
  473.     printer font, whatever it may be, you should choose "P".
  474. Printer type (H/F/L/O) - Enter "H" for HP LaserJet or DeskJet, "F" for Epson 
  475.     FX (9 pin) or compatible, "L" for Epson LQ (24 pin) or compatible, or "O" 
  476.     for any other type.
  477. Send LF after CR (Y/N) - Normally Yes.  But with a few printers, which manu- 
  478.     facture their own LineFeed on receiving a Return, you will need No here.
  479.  
  480. Page length (0-255) - Set the number of text lines to print on a page.  (Does 
  481.     not include another 3 lines for a header or page number, if used.)
  482. Top margin (0-255) - Set the number of blank lines to skip as a top margin 
  483.     before printing the number of text lines set above.  Default is 0.
  484. Reserve space for header (Y/N) - Default is Yes; when printing without header 
  485.     or page number, 3 blank lines will be skipped at the top of each page, so 
  486.     that the page layout is the same as when headers are used.
  487. Left margin (0-255) - Set the number of blank columns to skip as a left margin 
  488.     before printing each line.  Useful if you can't set the margin on your 
  489.     printer with an initialization string.  Default is 0.
  490.  
  491. Printer initialization - Enter an optional string of code to send to the 
  492.     printer before each print job, to set default margins, print modes etc.  
  493.     Maximum length here and below is 31 bytes.  (NOTE: the ^KP command has an 
  494.     option to specify additional codes at print time.  See PRINTING.)
  495. Printer deinitialization - Enter another string to send to the printer after 
  496.     each print job, to restore printer to desired state on exit.
  497. Envelope setup - This string will be sent in place of the usual initialization 
  498.     when you address an envelope with ^KPA (see ENVELOPES).  For many printers 
  499.     you will need no special codes here; or, you might find that a linefeed or 
  500.     two, perhaps also a left margin command, is useful to position the print 
  501.     properly on the envelope.  You should use a pica font (fixed, 10 cpi).
  502.          The setup codes in the HP LaserJet drivers assume that you will 
  503.     insert the envelope end-on in the default paper tray, and consequently 
  504.     they use a landscape font (Courier 12).  They do not specify "envelope 
  505.     size" forms, so there is no need to change the form size on the printer 
  506.     panel.  If you have a LaserJet with a second paper tray for envelopes, you 
  507.     will have to add codes here to specify this tray, and to your 
  508.     deinitialization to return to the default tray.
  509.          Printing envelopes can be complicated.  See your printer manual.
  510. Proportional printing - Enter the codes needed when ^OK is engaged, to set 
  511.     your printer for proportional printing, and then to turn this off.
  512.  
  513. Codes for toggles (on/off) - For six of the seven printer toggles (not ^X), 
  514.     you need to tell VDE the codes to send to your printer to produce the 
  515.     desired effect, then turn it off again.  The conventional meanings of the 
  516.     toggles are:      ^B  boldface         ^Y  italic/ribbon color
  517.                       ^D  doublestrike     ^T  superscript
  518.                       ^S  underline        ^V  subscript
  519.     but you can use them for anything you want.  Example: IBM/Epson printers 
  520.     require three-byte sequences to turn continuous underlining on and off:
  521.            Underline on   "Esc - 1"    hex 1B 2D 31   dec 27 45 49
  522.                     off   "Esc - 0"        1B 2D 30       27 45 48
  523.     You would enter the data, starting with the byte count:
  524.            Underline (^PS) on:  (03) 1B 2D 31      <--- entry in hex format
  525.                    ...and off:  (03) `Esc `- `0    <--- or by character
  526.     You should find all necessary codes in your printer manual.
  527.          (NOTES: ^PS will underline text by overstriking with "_" if you do 
  528.     not install codes for it.  ^PX requires no installation at all.)
  529.  
  530. Codes for switches - The same idea, but for switches, which send the same 
  531.     codes every time they are used.  WordStar calls the switches:
  532.           ^Q,W,E,R    user 1,2,3,4         ^A  alternate pitch
  533.                    (no standard meaning)   ^N  normal pitch
  534.     but once again, you can use them for different fonts, printer bin 
  535.     selection, or anything else.
  536.  
  537. ==========================  6. DEFAULT MACRO KEYS  ===========================
  538.  
  539.  
  540.      VDE has a set of 36 macro keys assignable to the commands Esc0...9 and 
  541. EscA...Z.  The default macro definitions are those attached to these commands 
  542. when VDE is first entered.  By changing them you can configure VDE to suit 
  543. your own specialized writing requirements.  (Any keys defined with Esc] while 
  544. using VDE override these defaults.)
  545.  
  546.      VINST can use Key Definition files to store macro key sets.  These should 
  547. have a file type of ".VDK", for ease of identification.  You have the option 
  548. to read in or write out such a file, as well as editing the keys individually.  
  549. (VDK files can also be read or saved with VDE's AltU command, but only VINST 
  550. can display the definitions, or change those in VDE.COM itself.)
  551.      VINST gives you a display much like this:
  552.  
  553.       Macro Keys:  (___ bytes free)      <---- note room available
  554.       [Esc0]<>
  555.       [Esc1]<>                           <---- "<>" flag means undefined key
  556.       [Esc2]<>
  557.       [Esc3]^[;^C                        <---- normal macro definition
  558.       [Esc4]<>
  559.       [Esc5]<N>World Wide Widgets Inc.   <---- "<N>" flag means No-rpt key
  560.       [Esc6]<>
  561.       [Esc7]<Q>^QR^KB^QC^KK^KC           <---- "<Q>" flag means Quiet key
  562.       [Esc8]<>
  563.       [Esc9]<>
  564.  
  565. Just select the number of the key you want to redefine, then type in the new 
  566. definition, much as you would in VDE.  All the same rules apply; there is a 
  567. 128-character length limitation.
  568.      There are several different ranges of keys, which can be displayed and 
  569. modified in a set of 10 at a time (for example, keys 0-9 as above, or A-J).  
  570. You can also copy definitions from one macro or function key to another.
  571.      VDE comes with a macro key file EXAMPLES.VDK, containing several macros 
  572. discussed above under MACROS and MACRO PROGRAMMING:
  573.  
  574.      [Esc0]<QN>^QR^NAltD^OF                        ;put date at top right
  575.      [Esc1]<QN>^QS^S^S^[= [^D^D                    ;move to start of paragraph
  576.      [Esc2]<QN>^[~.1^S^[1^[~.<^D^[= 2^[=^M2        ;move to start of sentence
  577.                ^S^S^[!1^[2^D^[= 2^[=^M2
  578.      [Esc3]<QN>^QS^X^[=^M]^S^V ^V^D^[![            ;soften hard-CR paragraph
  579.  
  580. (Note that "Esc" displays as "^[".)
  581.  
  582.  
  583. =========================  7. DEFAULT FUNCTION KEYS  =========================
  584.  
  585.  
  586.      VDE also has a set of 48 Function Keys (available in command mode only!), 
  587. corresponding to the [F1]...[F12] keys in their normal, Shift-, Ctrl-, and 
  588. Alt- usage (referred to collectively here as F1...F48).  These are identical 
  589. in features and functions to the Macro Keys discussed above.  You can easily 
  590. configure these to match the standard function-key configuration for 
  591. Wordstar's key overlay, to correspond to Word Perfect function-key usage, or 
  592. in any other way you like.
  593.      VINST can use Function Key Definition files to store function-key sets.  
  594. These should have a file type of ".VDF", for ease of identification.  You have 
  595. the option to read in or write out such a file, as well as editing the keys 
  596. individually.  (VDF files can also be read or written with VDE's AltU command, 
  597. but only VINST can display the definitions, or change those in VDE.COM itself.)
  598.      VINST gives you a display much like this:
  599.  
  600.       Function keys, #1-10:  (___ bytes free) <---- note room
  601.       [F1]<>
  602.       [F2]<>                                  <---- "<>" flag means empty
  603.       [F3]<>
  604.       [F4]<QN>^OL5^M^OR60^M                   <---- quiet, no-repeat key
  605.       [F5]<>
  606.       [F6]<>
  607.       [F7]<>
  608.       [F8]<>
  609.       [F9]<QN>^PS
  610.       [F0]<QN>^PY
  611.  
  612. This works just like the macro keys above, with four sets of 10 keys to define 
  613. (Normal, Shift, Ctrl, Alt), and if you have an enhanced keyboard, a separate 
  614. additional set of 8 keys for the [F11],[F12] keys in each of those states.  In 
  615. addition, you can copy definitions from one macro or function key to another.
  616.      VDE includes sample function-key files which you can read in to define 
  617. the function keys according to the usage of WordStar or Word Perfect.  The 
  618. WordStar default definitions (for version 4 and later) in WS4.VDF are:
  619.  
  620. WS4.VDF      NORMAL      SHIFT        CTRL             ALT
  621.      [F1]     ^J          ^OB          ^QF         Vertical bar graphic
  622.      [F2]     ^U          ^OC          ^QA         Horizontal bar
  623.      [F3]     ^PS                      ^L          Upper-left corner
  624.      [F4]     ^PB                      ^QI         Upper-right corner
  625.      [F5]     ^Y          ^KY          ^OL         Lower-left corner
  626.      [F6]     ^T          ^KU          ^OR         Lower-right corner
  627.      [F7]                 ^KV                      Upper T graphic
  628.      [F8]                 ^KC                      Lower T
  629.      [F9]     ^KS         ^KB          ^QS         Left T
  630.      [F0]     ^KD         ^KK          ^QD         Right T
  631.  
  632. The WP.VDF file will not "turn VDE into Word Perfect", but it does provide a 
  633. considerable degree of keystroke compatibility.  You can assign any other 
  634. functions desired to unused keys (e.g. [F9]):
  635.  
  636. WP.VDF       NORMAL      SHIFT        CTRL             ALT
  637.      [F1]     ^U         Esc?Y        AltR
  638.      [F2]     ^QF                                      ^QA
  639.      [F3]     ^J                      Esc?C            ^OD
  640.      [F4]    ^I^OL^M                  Esc?B           Esc?B
  641.      [F5]     ^KF        AltD                          ^PZ
  642.      [F6]     ^PB         ^OC                          ^OF
  643.      [F7]    Esc?E       Esc?P
  644.      [F8]     ^PS        Esc?T        Esc?S           Esc?S
  645.      [F9]
  646.      [F0]     ^KS        Esc?F        Esc[
  647.  
  648.  
  649. ==========================  8. GRAPHICS CHARACTERS  ==========================
  650.  
  651.  
  652.      VDE allows text to contain a limited, but variable, set of 32 characters 
  653. in the range 80-FFh (on an IBM PC, these are typically graphics or foreign 
  654. characters; see FOREIGN CHARACTERS and GRAPHICS).  In addition, the code ^Z 
  655. (1Ah) must be treated as a graphics character.  VINST lets you specify your 
  656. own default graphics set.  Keep a fair amount of space free in it if you 
  657. frequently work with files with many foreign or graphics characters, in order 
  658. to avoid overflowing the table.
  659.      VINST can use Graphic Definition files to store graphic character sets.  
  660. These should have a file type of ".VDG", for ease of identification.  You have 
  661. the option to read in or write out such a file, as well as editing the keys 
  662. individually.  VDE can load such files with its AltU command.
  663.  
  664.      You will be shown the current definitions, in the same format as the VDE 
  665. Graphics command.  You may select any entry to redefine (A-Z, 1-6) whether 
  666. vacant or not; or, you may clear them all.  In VINST, new graphic codes must 
  667. be entered by hex value, from 80 to FF (and 1A); a full list of graphics 
  668. characters (80-FF) can be displayed for your selection if you need it, by 
  669. typing "?" at the definition prompt.  Simply pressing [Enter] means "free" or 
  670. undefined.
  671.      Note that your Printer Installation determines how graphics will print.
  672.  
  673.  
  674. ===========================  9. CHARACTER WIDTHS  ============================
  675.  
  676.  
  677.      In order to judge the margins correctly when formatting, VDE's 
  678. proportional printing feature (^OK) needs to know how wide each character is 
  679. when it prints.  The default width table, based on a 10-point Times Roman 
  680. font, will probably work fairly well with any proportional font ("m" is wider 
  681. than "i", and so on).
  682.      If you would like to fine-tune this table to correspond to your favorite 
  683. font instead, use VINST to modify the width table as needed: you can select 
  684. each character, then enter its width (in units of 1/360") as a decimal value.
  685.      The easy way to determine these widths is to print out a file with lines 
  686. of 60 of each character.  (Don't type that out by hand; use the macro command 
  687. to repeat each letter 60 times.)  Measure the length of each line in inches, 
  688. and multiply by 6: that is the character width in 1/360".  The result is 
  689. typically between 16 and 48.)
  690.      Note that changing the width table doesn't affect how your printer 
  691. operates -- just how VDE judges the length of each line for reformatting in 
  692. proportional mode.
  693.      VINST can use Character Width files to store width data for the 
  694. proportional font(s) you use.  These should have a file type of ".VDC", for 
  695. ease of identification.  You have the option to read in or write out such a 
  696. file, as well as editing the width table.  VDE can load such files with its 
  697. AltU command.
  698.  
  699.  
  700. ==========================  10. RESTORE DEFAULTS  ============================
  701.  
  702.  
  703.      This option on the VINST menu is provided in the event that you want to 
  704. undo any changes that you (or someone else) has made to your copy of VDE.  
  705. This should return VDE to the state it was distributed in: installation for 
  706. IBM PC; Command mode; all User Options restored to their original defaults; no 
  707. Macro or Function Keys (except, for convenience, [F1]=help); printer drivers 
  708. IBM/Epson and Simple; original Graphics characters and Character widths.
  709.  
  710.  
  711.  
  712. ===================================[end]======================================
  713.